home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_2 / ml / man / dos / avail < prev    next >
Text File  |  1993-01-23  |  806b  |  37 lines

  1. AVAIL(1)                        DOS COMMANDS                        AVAIL(1)
  2.  
  3. NAME
  4.      AVAIL : To report the amount of available CHIP and FAST memory.
  5.  
  6. SYNOPSIS
  7.      AVAIL [CHIP|FAST|TOTAL]
  8.  
  9. TEMPLATE
  10.      AVAIL "CHIP/S,FAST/S,TOTAL/S"
  11.  
  12. PATH
  13.      C:
  14.  
  15. DESCRIPTION
  16.            AVAIL reports the total amount of free and used RAM memory as well
  17.      as the size of the largest contiguous block of free memory.
  18.            AVAIL also displays the total amount of memory available on the
  19.      system.
  20.  
  21. OPTIONS
  22.      CHIP  : displays the total amount of free CHIP memory.
  23.  
  24.      FAST  : displays the total amount of free FAST memory.
  25.  
  26.      TOTAL : displays the total amount of free TOTAL memory.
  27.  
  28. SEE ALSO
  29.      MERGEMEM, NOFASTMEM.
  30.  
  31. EXAMPLE
  32.      > AVAIL
  33.      > AVAIL CHIP ; prints the amount of free CHIP memory.
  34.  
  35.  
  36.  
  37.